crypto/tls.Conn.connectionStateLocked (method)
9 uses
crypto/tls (current package)
conn.go#L1472: return c.connectionStateLocked()
conn.go#L1475: func (c *Conn) connectionStateLocked() ConnectionState {
handshake_client.go#L419: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_client.go#L893: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_client_tls13.go#L418: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_server.go#L472: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_server.go#L603: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_server_tls13.go#L758: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
handshake_server_tls13.go#L786: if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)